home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 9A / PC Extra 9A-2000.iso / utveckla / perl / gb2.sql < prev   
Encoding:
Text File  |  2000-07-21  |  445 b   |  23 lines

  1. # MySQL dump 6.0
  2. #
  3. # Host: localhost    Database: guestbook
  4. #--------------------------------------------------------
  5. # Server version    3.22.25
  6.  
  7. #
  8. # Table structure for table 'gb'
  9. #
  10. CREATE TABLE gb (
  11.   author varchar(128),
  12.   contents text,
  13.   creation_time datetime,
  14.   visible tinyint(4),
  15.   comment_id int(10) unsigned DEFAULT '0' NOT NULL auto_increment,
  16.   KEY comment_id (comment_id)
  17. );
  18.  
  19. #
  20. # Dumping data for table 'gb'
  21. #
  22.  
  23.